diff --git a/Makefile.in b/Makefile.in index 2105cef0..f40a083c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/Makefile.in b/apps/Makefile.in index eabb2436..53eedb6f 100644 --- a/apps/Makefile.in +++ b/apps/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/backend/Makefile.in b/apps/backend/Makefile.in index 0a3c0ea3..fdcfabee 100644 --- a/apps/backend/Makefile.in +++ b/apps/backend/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # @@ -94,10 +96,10 @@ $(top_srcdir)/lib/src/$(CLIXON_LIB): (cd $(top_srcdir)/lib/src && $(MAKE) $(MFLAGS) $(CLIXON_LIB)) clean: - rm -f *.core $(APPL) $(APPOBJ) $(LIBOBJ) $(MYLIB) $(MYLIBSO) $(MYLIBLINK) + rm -f *.core $(APPL) $(APPOBJ) $(LIBOBJ) $(MYLIB) $(MYLIBSO) $(MYLIBLINK) test test.c distclean: clean - rm -f Makefile *~ .depend test test.c + rm -f Makefile *~ .depend # Put daemon in bin # Put other executables in libexec/ diff --git a/apps/cli/Makefile.in b/apps/cli/Makefile.in index 80fdd229..5d078fa1 100644 --- a/apps/cli/Makefile.in +++ b/apps/cli/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # @@ -95,10 +97,10 @@ $(top_srcdir)/lib/src/$(CLIXON_LIB): (cd $(top_srcdir)/lib/src && $(MAKE) $(MFLAGS) $(CLIXON_LIB)) clean: - rm -f $(LIBOBJ) $(APPOBJ) *.core $(APPL) $(MYLIB) $(MYLIBSO) $(MYLIBLINK) + rm -f $(LIBOBJ) $(APPOBJ) *.core $(APPL) $(MYLIB) $(MYLIBSO) $(MYLIBLINK) test test.c distclean: clean - rm -f Makefile *~ .depend test test.c + rm -f Makefile *~ .depend # Put daemon in bin # Put other executables in libexec/ diff --git a/apps/netconf/Makefile.in b/apps/netconf/Makefile.in index f3157039..08926bd8 100644 --- a/apps/netconf/Makefile.in +++ b/apps/netconf/Makefile.in @@ -2,7 +2,8 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren -# Copyright (C) 2017-2020 Olof Hagsand +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/restconf/Makefile.in b/apps/restconf/Makefile.in index 16c75f23..28a49e9c 100644 --- a/apps/restconf/Makefile.in +++ b/apps/restconf/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2020 Olof Hagsand +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/lib/Makefile.in b/lib/Makefile.in index 1ca5b49d..c22194b0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/lib/clixon/Makefile.in b/lib/clixon/Makefile.in index eee5ce91..af4ea0e2 100644 --- a/lib/clixon/Makefile.in +++ b/lib/clixon/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/test/Makefile.in b/test/Makefile.in index 5ad45aac..2ebb9782 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2020 Olof Hagsand +# Copyright (C) 2009-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/test/cicd/Makefile.in b/test/cicd/Makefile.in index 3b208313..13ea0c51 100644 --- a/test/cicd/Makefile.in +++ b/test/cicd/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2020 Olof Hagsand +# Copyright (C) 2009-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/util/Makefile.in b/util/Makefile.in index 8d62bc2d..c6e07687 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -2,7 +2,8 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren -# Copyright (C) 2017-2020 Olof Hagsand +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON #