mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 01:35:40 +00:00
Bump version and copyright years.
This commit is contained in:
parent
8693613da9
commit
6e70e11df9
14 changed files with 16 additions and 8 deletions
4
LICENSE
4
LICENSE
|
@ -1,8 +1,8 @@
|
||||||
Copyright (c) 2006-2007 Christophe Devine
|
Copyright (c) 2006-2007 Christophe Devine
|
||||||
Copyright (c) 2005-2013 Colin Percival
|
Copyright (c) 2005-2013 Colin Percival
|
||||||
Copyright (c) 2013 Joachim Strömbergson
|
Copyright (c) 2013 Joachim Strömbergson
|
||||||
Copyright (c) 2012-2016 The University of Oslo
|
Copyright (c) 2012-2017 The University of Oslo
|
||||||
Copyright (c) 2011-2017 Dag-Erling Smørgrav
|
Copyright (c) 2011-2018 Dag-Erling Smørgrav
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([cryb.to], [0.20170904], [des@des.no], [cryb-to], [http://cryb.to/])
|
AC_INIT([cryb.to], [0.20180426], [des@des.no], [cryb-to], [http://cryb.to/])
|
||||||
AC_CONFIG_SRCDIR([include/cryb/core.h])
|
AC_CONFIG_SRCDIR([include/cryb/core.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -6,8 +6,8 @@ Files: *
|
||||||
Copyright: 2006-2007 Christophe Devine
|
Copyright: 2006-2007 Christophe Devine
|
||||||
2005-2013 Colin Percival
|
2005-2013 Colin Percival
|
||||||
2013 Joachim Strömbergson
|
2013 Joachim Strömbergson
|
||||||
2012-2016 The University of Oslo
|
2012-2017 The University of Oslo
|
||||||
2011-2017 Dag-Erling Smørgrav
|
2011-2018 Dag-Erling Smørgrav
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2012-2014 The University of Oslo
|
* Copyright (c) 2012-2014 The University of Oslo
|
||||||
* Copyright (c) 2013-2017 Dag-Erling Smørgrav
|
* Copyright (c) 2013-2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2012-2013 The University of Oslo
|
* Copyright (c) 2012-2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2012-2013 The University of Oslo
|
* Copyright (c) 2012-2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2014-2016 Dag-Erling Smørgrav
|
* Copyright (c) 2014-2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2012-2013 The University of Oslo
|
* Copyright (c) 2012-2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2013-2014 The University of Oslo
|
* Copyright (c) 2013-2014 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2013 The University of Oslo
|
* Copyright (c) 2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2013 The University of Oslo
|
* Copyright (c) 2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2012-2013 The University of Oslo
|
* Copyright (c) 2012-2013 The University of Oslo
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2014-2016 Dag-Erling Smørgrav
|
* Copyright (c) 2014-2016 Dag-Erling Smørgrav
|
||||||
|
* Copyright (c) 2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2017 Dag-Erling Smørgrav
|
* Copyright (c) 2017-2018 Dag-Erling Smørgrav
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
Loading…
Reference in a new issue