Skip to content

Commit eb456a3

Browse files
committed
Update license headers
1 parent bc2b0b7 commit eb456a3

File tree

11 files changed

+21
-24
lines changed

11 files changed

+21
-24
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 - 2025, SciJava developers.
1+
Copyright (c) 2010 - 2026, SciJava developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

src/main/java/org/scijava/desktop/links/AbstractLinkHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/links/DefaultLinkService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/links/LinkHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/links/LinkService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/links/Links.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/links/console/LinkArgument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* URL scheme handlers for SciJava.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2023 - 2025 SciJava developers.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
66
* %%
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/platform/macos/MacOSAppEventDispatcher.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
22
* #%L
3-
* Core platform plugins for SciJava applications.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2010 - 2015 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/platform/macos/MacOSPlatform.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
22
* #%L
3-
* Core platform plugins for SciJava applications.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2010 - 2015 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/desktop/platform/windows/WindowsPlatform.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
22
* #%L
3-
* Core platform plugins for SciJava applications.
3+
* Desktop integration for SciJava.
44
* %%
5-
* Copyright (C) 2010 - 2015 Board of Regents of the University of
6-
* Wisconsin-Madison.
5+
* Copyright (C) 2010 - 2026 SciJava developers.
76
* %%
87
* Redistribution and use in source and binary forms, with or without
98
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)